home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Audio & Music / Wave Editor 1.1.5 (trial).dmg / Wave Editor.app / Contents / Resources / WEInfoBarOptions.nib / classes.nib next >
Encoding:
Text File  |  2006-01-15  |  1.2 KB  |  34 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, 
  5.         {
  6.             ACTIONS = {closeOptionsPanel = id; openOptionsPanel = id; optionsChanged = id; }; 
  7.             CLASS = WEBarView; 
  8.             LANGUAGE = ObjC; 
  9.             OUTLETS = {controller = WEWindowController; optionsPanel = NSPanel; }; 
  10.             SUPERCLASS = NSView; 
  11.         }, 
  12.         {
  13.             ACTIONS = {changeSize = id; toggleInfoText = id; }; 
  14.             CLASS = WEInfoBarView; 
  15.             LANGUAGE = ObjC; 
  16.             OUTLETS = {
  17.                 bitRangeButton = NSButton; 
  18.                 channelsButton = NSButton; 
  19.                 clippedButton = NSButton; 
  20.                 differenceButton = NSButton; 
  21.                 displaySizeSegmented = NSSegmentedControl; 
  22.                 fileSizeButton = NSButton; 
  23.                 formatButton = NSButton; 
  24.                 lengthButton = NSButton; 
  25.                 maxButton = NSButton; 
  26.                 rateButton = NSButton; 
  27.                 rmsButton = NSButton; 
  28.                 samplesButton = NSButton; 
  29.             }; 
  30.             SUPERCLASS = WEBarView; 
  31.         }
  32.     ); 
  33.     IBVersion = 1; 
  34. }